home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
dev
/
cross
/
Avr.lha
/
Atmel
/
Asm
/
src
/
errors.h
< prev
next >
Wrap
Text File
|
2000-03-17
|
412b
|
20 lines
/*Errors*/
#define CONSTANT 1
#define FILE_ERROR 2
#define NOTOP 3
#define WRONGOP 4
#define RANGE 5
#define BADCODE 6
#define REG16 7
#define UPPERREGS 8
#define REPEATLABEL 9
#define EVENADDR 10
#define ALLIGNMENT 11
#define NOFILE 12
#define MEM 13
#define MISSINGQUOTE 14
#define DIVZERO 15
#define BRACKETS 16
#define TOOCOMPLEX 17